home *** CD-ROM | disk | FTP | other *** search
/ Photo Mantan 7 / Full Tank 7 - Disc 5.iso / mac / Cumulus / DemoMovieフォルダ / DemoMovieB / END.DXR / 00015.ls < prev    next >
Encoding:
Text File  |  1997-03-28  |  101 b   |  8 lines

  1. on exitFrame
  2.   if the timer <= (60 * 15) then
  3.     go(the frame)
  4.   else
  5.     go("lineup")
  6.   end if
  7. end
  8.